home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / internet / n107-386.zip / PLANY.DOC < prev    next >
Text File  |  1994-09-25  |  1KB  |  55 lines

  1. Play Any File through SoundBlaster - version 1.5 Sep 1994
  2.  
  3. SUMMARY:
  4.  
  5.     PLANY input_file [-r speed] [-s] [-u] [-i irq] [-p port] [-d chan] [-v]
  6.  
  7.     input_file: Sound file name. Required
  8.     -r:    set output rate (samples/sec)
  9.     -s:    sample is signed
  10.     -u:    sample is U_LAW
  11.     -i:    IRQ. default from BLASTER variable, or 7
  12.     -p:    port. default from BLASTER variable, or 544. (220h)
  13.     -d:    DMA channel.  default from BLASTER variable, or 1
  14.     -v:    verbose output
  15.  
  16.  
  17. DESCRIPTION:
  18.  
  19.     PLANY will play any sound file through the SoundBlaster.
  20.     Currently supported sound types:
  21.  
  22.         SoundBlaster .VOC
  23.         Sun/NeXT/DEC .AU
  24.         Windows .WAV
  25.         Sounder/Soundtools .SND
  26.         Amiga .8SVX  .IFF
  27.  
  28.     In addition, PLANY will attempt to detect and play the sound 
  29.     samples contained in Amiga .MOD files.
  30.  
  31.     If PLANY is unable to identify the header of the sound file,
  32.     it will default to 'unsigned' and '11000 samples/sec', unless
  33.     changed by command line options.
  34.  
  35.     Press any key during playback to terminate output.
  36.  
  37.  
  38. SELF PLAYING SOUND FILES:
  39.  
  40.     To make an 'executable' sound file, append the sound file to
  41.     the end of PLANY.EXE.  For example:
  42.  
  43.         COPY/B  PLANY.EXE+SOUND.SND  SOUND.EXE
  44.  
  45.     will create 'SOUND.EXE' which will play 'SOUND.SND' when executed.
  46.     Note that the '/B' switch on the COPY command is required.
  47.  
  48.  
  49.  
  50.  
  51. COMMENTS/SUGGESTIONS:
  52.     
  53.     Bill Neisius
  54.     bill@solaria.hac.com
  55.